ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexChartCore<T> Class / PlotAreas Property






In This Topic
    PlotAreas Property
    In This Topic
    Gets the collection of plotarea objects.
    Syntax
    'Declaration
     
    
    <JsonAttribute("_plotAreas")>
    Public ReadOnly Property PlotAreas As System.Collections.Generic.IList(Of PlotArea)
    'Usage
     
    
    Dim instance As FlexChartCore(Of T)
    Dim value As System.Collections.Generic.IList(Of PlotArea)
     
    value = instance.PlotAreas
    [Json("_plotAreas")]
    public System.Collections.Generic.IList<PlotArea> PlotAreas {get;}
    public read-only property PlotAreas: System.Collections.Generic.IList; 
    JsonAttribute("_plotAreas")
    public function get PlotAreas : System.Collections.Generic.IList
    [Json("_plotAreas")]
    public: __property System.Collections.Generic.IList<PlotArea*>* get_PlotAreas();
    [Json("_plotAreas")]
    public:
    property System.Collections.Generic.IList<PlotArea^>^ PlotAreas {
       System.Collections.Generic.IList<PlotArea^>^ get();
    }
    See Also